home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / slashsr6.zip / SLASHSRC.TXT < prev    next >
Text File  |  1996-02-18  |  1KB  |  39 lines

  1. 2/18/96
  2.  
  3. Source code for SLASH-Hack!
  4.  
  5. First off, you did unzip with the -d option, right? If not, try again....
  6.  
  7. Secondly, my directory structure is like this:
  8.  
  9. C:\
  10.   |-------- WC  (watcom c)
  11.   |    \------ BIN
  12.   |    \------ BINB
  13.   |    \------ H
  14.   |-------- NH (the SLASH directory)
  15.        \------ BIN (where the compiled .exe ends up)
  16.        \------ SRC
  17.        ... and so on.
  18.  
  19. If you've got something different, the batch files won't work.
  20.  
  21. Also, I use Watcom C, version 10.0 to compile. Version 10.5 doesn't
  22. work.
  23.  
  24. Watcom C is a commercial C compiler. You can try and compile with GNU-C, but
  25. good luck.
  26.  
  27. Very little of what I changed has been commented. There are a few [Tom]
  28. markings in there, but I've changed a lot of stuff. If you really want to
  29. see what's different, someone who knows what they're doing will have to
  30. run a 'diff' on it, and see.
  31.  
  32. I'm mainly uploading this because of the Nethack 3.1.1 license. There are
  33. no makefiles (I never got them to work right with Watcom), and a lot
  34. has to be done by hand, but this is what I've got.
  35.  
  36. Tom
  37. proudft@ccnet.com
  38.  
  39.